home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_285 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  123 b   |  9 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       call("SendAnecdote");
  5.       SendCount -= 1;
  6.    }
  7.    gotoAndStop(1);
  8. }
  9.